projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7b66f6
)
(tags-table-mode): Disable undo.
author
Glenn Morris
<rgm@gnu.org>
Fri, 2 Nov 2007 08:17:23 +0000
(08:17 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 2 Nov 2007 08:17:23 +0000
(08:17 +0000)
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index 4148f327ecc852cdf25e4166ba859b09dc2f1de1..823b4e7a0581468a6dba9f6299aa820d04cc77f5 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-277,8
+277,9
@@
One argument, the tag info returned by `snarf-tag-function'.")
(defun tags-table-mode ()
"Major mode for tags table file buffers."
(interactive)
- (setq major-mode 'tags-table-mode)
- (setq mode-name "Tags Table")
+ (setq major-mode 'tags-table-mode
+ mode-name "Tags Table"
+ buffer-undo-list t)
(initialize-new-tags-table))
;;;###autoload